ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / MultiAutoComplete<T> Class / MaxSelectedItems Property

In This Topic
    MaxSelectedItems Property
    In This Topic
    Gets or sets the maximum number of items that can be selected.
    Syntax
    'Declaration
     
    
    Public Property MaxSelectedItems As Nullable(Of Integer)
    public Nullable<int> MaxSelectedItems {get; set;}
    Remarks
    Setting this property to null (the default value) allows users to pick any number of items.
    See Also